home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 1994 October / PC Zone October 1994 Cover CD-Rom.bin / moon.bat < prev    next >
DOS Batch File  |  1994-01-18  |  249b  |  25 lines

  1. @echo off
  2.  
  3. :TOP
  4. \go-menu moon.mnu
  5. if errorlevel 4 goto END
  6. if errorlevel 3 goto HELP
  7. if errorlevel 2 goto INFO
  8. if errorlevel 1 goto DEMO
  9.  
  10.  
  11. :DEMO
  12. demo
  13. goto TOP
  14.  
  15. :INFO
  16. see moon.txt
  17. goto TOP
  18.  
  19. :HELP
  20. see mhelp.txt
  21. goto TOP
  22.  
  23. :END
  24.  
  25.